Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds 2 new IOK rules for Santander kits #55

Merged
merged 2 commits into from
Aug 10, 2022

Conversation

IlluminatiFish
Copy link
Collaborator

Adds 2 new IOK rules for Santander, targeting Spanish speaking users.

requests|contains: '?v=1655293257536'

usernameLabelID:
html|contains: '47563B2825160654ADB2CC97CE152AF3'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good example of where #38 could be problematic. For these sites the HTML and DOM are very different

The HTML is the static stuff loaded from the server whereas it seems this kit builds most of the page dynamically using JS.

Let's add this rule for now, but I'll keep a note to update it once we've got DOM support

Copy link
Collaborator Author

@IlluminatiFish IlluminatiFish Aug 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this kit is dynamically generated by JS as you have suggested, I see nothing to indicate such behaviour. Also managed to see why the 2nd reference did not flag, it is because the username & password label IDs are not present in the DOM, will adjust the rule accordingly now.

@bradleyjkemp bradleyjkemp merged commit 691aa90 into phish-report:main Aug 10, 2022
IlluminatiFish added a commit to IlluminatiFish/IOK that referenced this pull request Aug 10, 2022
Fixes issue identified in phish-report#55 (comment)
bradleyjkemp pushed a commit that referenced this pull request Aug 10, 2022
Fix rule

Fixes issue identified in #55 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants